Autogenerated HTML docs for v2.1.1-308-gd29e9 
diff --git a/git-credential-cache--daemon.txt b/git-credential-cache--daemon.txt index d15db42..7051c6b 100644 --- a/git-credential-cache--daemon.txt +++ b/git-credential-cache--daemon.txt 
@@ -8,7 +8,7 @@  SYNOPSIS  --------  [verse] -git credential-cache--daemon <socket> +git credential-cache--daemon [--debug] <socket>    DESCRIPTION  ----------- @@ -21,6 +21,10 @@  credentials. Each credential is held for a timeout specified by the  client; once no credentials are held, the daemon exits.   +If the `--debug` option is specified, the daemon does not close its +stderr stream, and may output extra diagnostics to it even after it has +begun listening for clients. +  GIT  ---  Part of the linkgit:git[1] suite